home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / LOGO / H282.ZIP / MSWLOGO.ZIP / LOGOLIB.ZIP / POP < prev    next >
Encoding:
Text File  |  1991-08-29  |  133 b   |  9 lines

  1. to pop :stack
  2. local "result
  3. make "result first thing :stack
  4. make :stack butfirst thing :stack
  5. output :result
  6. end
  7.  
  8. bury "pop
  9.